body{
    font-family: sans-serif;
    width: 100%;
    text-transform: uppercase;
    /*background: url("Imagenes/fondo4.jpg")no-repeat 0px;
    background-image: linear-gradient(to left, #0251F7, #02D2F7);*/
    background-image: radial-gradient(#1847A1, #17459D, #103373, #000000);
    
    background-size: cover;
    padding-top: 100px;
}


.login{
    width: 30%;
    margin: 0 auto;
    background: #000000;
    background-size: cover;
    background-position: center;
    border: 10px;
    box-shadow: 0 0 30px #FFFFFF, 0 0 50px #1DB4D8;
    padding: 40px;
}

h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 26px;
    color: #ffffff;
}

.imagen{
    width: 110px;
    height: 110px;
    position: absolute;
    margin-left: 1px;
    top: 40px;
    left: calc(50% - 50px);
    background: #000000;
    padding: 3;
    box-shadow: 0 0 10px #FFFFFF, 0 0 30px #1DB4D8;
    
}

a{
    margin-left: 99px;
}

form{
    margin: 0 auto;
}

form p{
    font-size: 17px;
    margin-top: 30px;
    padding: 0.3px;
    color: #ffffff;
    font-weight: bold;
}

.login form input[type="text"], input[type="password"]{
    outline: none;
    font-size: 1em;
    color: #ffffff;
    padding: 15px 10px;
    margin: 0 auto;
    width: 95%;
    border: none;
    border-bottom: 1px solid #DCCDCF;
    display: block;
    background: transparent;
    display: inline-block;
}

.entrar{
    width: 50%;
    outline: none;
    color: #000000;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    padding: 13px 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 40px;
    border: 3px solid #1DB4D8;
    background-color: #000000;
    background-image: linear-gradient(to left, #0251F7, #02D2F7);
    box-shadow: 0 0 10px #FFFFFF, 0 0 20px #1DB4D8;
}

.entrar:hover{
    border: 3px solid #179d36;
    box-shadow: 0 0 15px #FFFFFF, 0 0 25px #1DB4D8;
    transition: 0.3s all;
}

a{
    text-align: center;
}

.instrucciones{
    color: #FFFFFF;
}